Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
8 lines (5 loc) · 140 Bytes

7.2.5 - Http/Request->$cookie.md

File metadata and controls

8 lines (5 loc) · 140 Bytes

Http\Request->$cookie

HTTP请求携带的COOKIE信息,格式为键值对数组。

echo $request->cookie['username'];